From: Lalith Suresh Date: Fri, 15 Feb 2013 14:57:40 +0000 (+0000) Subject: xm: fix description of xm vcpu-set command X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~7253^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22man:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22man:/?a=commitdiff_plain;h=7f3880076123f037a29b2a507d39cc097f93148a;p=xen.git xm: fix description of xm vcpu-set command Minor language correction in the description of the xm vcpu-set command. Signed-off-by: Lalith Suresh Acked-by: Ian Jackson Committed-by: Ian Jackson --- diff --git a/tools/python/xen/xm/main.py b/tools/python/xen/xm/main.py index 429c573c59..5ed781c884 100644 --- a/tools/python/xen/xm/main.py +++ b/tools/python/xen/xm/main.py @@ -164,7 +164,7 @@ SUBCOMMAND_HELP = { 'vcpu-pin' : (' ', 'Set which CPUs a VCPU can use.'), 'vcpu-set' : (' ', - 'Set the number of active VCPUs for allowed for the' + 'Set the number of active VCPUs allowed for the' ' domain.'), #usb 'usb-add' : (' <[host:bus.addr] [host:vendor_id:product_id]>','Add the usb device to FV VM.'),